go/doc.reader.notes (field)

6 uses

	go/doc (current package)
		doc.go#L129: 		Notes:      r.notes,
		doc.go#L130: 		Bugs:       noteBodies(r.notes["BUG"]),
		reader.go#L186: 	notes     map[string][]*Note
		reader.go#L514: 			r.notes[marker] = append(r.notes[marker], &Note{
		reader.go#L630: 	r.notes = make(map[string][]*Note)